home *** CD-ROM | disk | FTP | other *** search
/ QuickTime for the Web (2nd Edition) / QuickTime for the Web (2nd Edition).iso / pc / Examples / Basic / ClassID.txt < prev    next >
Encoding:
Text File  |  2001-09-10  |  537 b   |  19 lines

  1. <!-- Object tag with ClassID and CodeBase of QuickTime ActiveX control -->
  2. <!-- Example below shows complete Object and Embed tag structure -->
  3.  
  4.  
  5. <OBJECT WIDTH="100" HEIGHT="100"
  6. CLASSID="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B"
  7. CODEBASE="http://www.apple.com/qtactivex/qtplugin.cab">
  8.  
  9. <PARAM NAME="src" VALUE="My.mov">
  10.  
  11. <EMBED WIDTH=100 HEIGHT=100 SRC="My.mov">
  12. </EMBED>
  13.  
  14. </OBJECT>
  15.  
  16. <!-- change the HEIGHT, WIDTH, and SRC values -->
  17. <!-- in the both the Object and Embed tags    -->
  18. <!-- to the dimensions and URL of your movie  -->
  19.